{$CLEO .cs}

:JACK_TALKS
0@ = audiostream.Load("cleo\missions\libertyintro\1.mp3")
audiostream.PerformAction(0@, play)
0ACD: show_text_highpriority "Jack: How many triads are in Liberty City?" time 3500
wait 3500
audiostream.Release(0@)

0@ = audiostream.Load("cleo\missions\libertyintro\2.mp3")
audiostream.PerformAction(0@, play)
0ACD: show_text_highpriority "Cab Driver: Several triads, even doh, they blast my tire, mon." time 4500
wait 4500
audiostream.Release(0@)

0@ = audiostream.Load("cleo\missions\libertyintro\3.mp3")
audiostream.PerformAction(0@, play)
0ACD: show_text_highpriority "Jack: So, is there a way to lose them, driver?" time 2500
wait 2500
audiostream.Release(0@)

0@ = audiostream.Load("cleo\missions\libertyintro\4.mp3")
audiostream.PerformAction(0@, play)
0ACD: show_text_highpriority "Cab Driver: Yeah, mon, I'll take the short-cut." time 2500
wait 2500
audiostream.Release(0@)
end_thread